Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Count Property

In This Topic
    Count Property (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Gets the number of key/value pairs contained in the System.Collections.Generic.SortedDictionary`2.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    See Also